From ef4d541ecd3403a5ba3a0f6465b83253af80dc3e Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 10 Mar 2007 22:45:44 +0000 Subject: [PATCH] Fix icon reads in gpsutil format. --- gpsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsutil.c b/gpsutil.c index 7f2c9ae89..d9f7dcbe3 100644 --- a/gpsutil.c +++ b/gpsutil.c @@ -90,7 +90,7 @@ data_read(void) ibuf += 9; } - n = sscanf(ibuf, "%lf%c %lf%c %ld%c %30[^,]s %2s", + n = sscanf(ibuf, "%lf%c %lf%c %ld%c %30[^,] %2s", &lat, &latdir, &lon, &londir, &alt, &alttype, desc, icon); /* Require at least first threee fields, otherwise ignore */ -- 2.30.2